home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7511 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: ami-cg.GraySage.Edmonton.AB.CA!cg
  2. Newsgroups: comp.sys.amiga.misc,comp.sys.amiga.programmer
  3. From: cg@ami-cg.GraySage.Edmonton.AB.CA (Chris Gray)
  4. Subject: Re: toy operating systems, like AmigaOS
  5. Distribution: world
  6. References: <4ksuge$haa@nadine.teleport.com> <4kt6p4$noh@melimelo.enst-bretagne.fr>
  7. X-NewsSoftware: GRn 2.1 Feb 19, 1994
  8. MIME-Version: 1.0
  9. Content-Type: text/plain; charset=iso-8859-1
  10. Content-Transfer-Encoding: 8bit
  11. Message-ID: <cg.7e8d@ami-cg.GraySage.Edmonton.AB.CA>
  12. Date: Wed, 17 Apr 96 07:27:28 MST
  13. Organization: Not an Organization
  14.  
  15. In article <4kt6p4$noh@melimelo.enst-bretagne.fr>
  16. proux@enstb.enst-bretagne.fr writes:
  17.  
  18. > I am the opinion that with this old boring programming style... 200000 lines
  19. > code... you will have bug.
  20. >
  21. > BUT when you do some Object Oriented Style Programming, you have more much ch
  22. > not to do critical bug because of independancies of every part of your progra
  23.  
  24. Humbug!
  25.  
  26. Writing bugfree code happens when the programmers are good, and careful,
  27. and use consistent conventions and well thought out algorithms. Adding
  28. lots of buzzword stuff does not magically make your code better. If you
  29. bet your life on that belief, then you are going to be in trouble. There
  30. is no free ride in programming.
  31.  
  32. One of the design goals of C++ (to pick a common example) is to enable
  33. people to write large amounts of code quickly. It does that fairly well.
  34. *Nothing* is said about whether that code is bugfree and maintainable
  35. or not!
  36.  
  37. --
  38. Chris Gray   cg@ami-cg.GraySage.Edmonton.AB.CA
  39.